home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / Oberon⁄F™ 1.1 / Std / Docu / Search (.txt) < prev    next >
Encoding:
Oberon Document  |  1995-08-11  |  2.0 KB  |  45 lines  |  [oODC/obnF]

  1. Documents.StdDocumentDesc
  2. Documents.DocumentDesc
  3. Containers.ViewDesc
  4. Views.ViewDesc
  5. Stores.StoreDesc
  6. Documents.ModelDesc
  7. Containers.ModelDesc
  8. Models.ModelDesc
  9. Stores.ElemDesc
  10. TextViews.StdViewDesc
  11. TextViews.ViewDesc
  12. TextModels.StdModelDesc
  13. TextModels.ModelDesc
  14. TextModels.AttributesDesc
  15. Helvetica
  16. TextRulers.StdRulerDesc
  17. TextRulers.RulerDesc
  18. TextRulers.StdStyleDesc
  19. TextRulers.StyleDesc
  20. TextRulers.AttributesDesc
  21. Helvetica
  22. Helvetica
  23. Helvetica
  24. Helvetica
  25. StdSearch
  26. DEFINITION StdClocks;
  27.     PROCEDURE SearchSources;
  28.     PROCEDURE SearchDocus;
  29.     PROCEDURE Select (pat: ARRAY OF CHAR);
  30. END StdClocks.
  31. PROCEDURE SearchSources
  32. Guard: TextCmds.SelectionGuard
  33. Search all available sources (in all subsystems) for the occurrence of the selected text pattern.
  34. PROCEDURE SearchDocus
  35. Guard: TextCmds.SelectionGuard
  36. Search all available documentations (in all subsystems and in Manuals) for the occurrence of the selected text pattern.
  37. PROCEDURE Select (pat: ARRAY OF CHAR)
  38. Sets up TextCmds.find.find with pat and calls TextCmds.FindFirst. This procedure is used by link views created with the above procedures.
  39. TextControllers.StdCtrlDesc
  40. TextControllers.ControllerDesc
  41. Containers.ControllerDesc
  42. Controllers.ControllerDesc
  43. Helvetica
  44. Documents.ControllerDesc
  45.